home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / frame_42 / PlaceObject2_2087_547 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2011-06-09  |  220 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.picker.hitter))
  3.    {
  4.       this.play();
  5.    }
  6.    if(_root.pick_fail == 1 && (this._currentframe == 5 || this._currentframe == 6))
  7.    {
  8.       this.play();
  9.    }
  10. }
  11.